home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / src / config / windows.h < prev   
Encoding:
C/C++ Source or Header  |  1995-01-27  |  7.6 KB  |  293 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define for the ../xos library */
  5. #define O_XOS 1
  6.  
  7. /* Define O_RLC for the ../readline library */
  8. #define O_RLC 1
  9.  
  10. /* Define for Windows DDE support */
  11. #define O_DDE 1
  12.  
  13. /* Maximum length of a path-name.  Note XOS! */
  14. #define MAXPATHLEN 256
  15.  
  16. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  17. #undef HAVE_SYS_WAIT_H
  18.  
  19. /* Define if you have <vfork.h>.  */
  20. #undef HAVE_VFORK_H
  21.  
  22. /* Define as __inline if that's what the C compiler calls it.  */
  23. /* #undef inline */
  24.  
  25. /* Define to `int' if <sys/types.h> doesn't define.  */
  26. /* #undef pid_t */
  27.  
  28. /* Define if you need to in order for stat and other things to work.  */
  29. /* #undef _POSIX_SOURCE */
  30.  
  31. /* Define as the return type of signal handlers (int or void).  */
  32. #define RETSIGTYPE void
  33.  
  34. /* If using the C implementation of alloca, define if you know the
  35.    direction of stack growth for your system; otherwise it will be
  36.    automatically deduced at run-time.
  37.     STACK_DIRECTION > 0 => grows toward higher addresses
  38.     STACK_DIRECTION < 0 => grows toward lower addresses
  39.     STACK_DIRECTION = 0 => direction of growth unknown
  40.  */
  41. #define STACK_DIRECTION -1
  42.  
  43. /* Define if you have the ANSI C header files.  */
  44. #define STDC_HEADERS 1
  45.  
  46. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  47. #undef TIME_WITH_SYS_TIME
  48.  
  49. /* Define vfork as fork if vfork does not work.  */
  50. /* #undef vfork */
  51.  
  52. /* Define if BSD compatible signals (i.e. no reset when fired) */
  53. /* #undef BSD_SIGNALS */
  54.  
  55. /* Define if your processor stores words with the most significant
  56.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  57. /* #undef WORDS_BIGENDIAN */
  58.  
  59. /* Define if malloc()'ed data is in 0x10000000L .. 0x20000000L */
  60. /* #undef DATA_AT_0X1 */
  61.  
  62. /* Define if malloc()'ed data is in 0x20000000L .. 0x40000000L */
  63. /* #undef DATA_AT_0X2 */
  64.  
  65. /* Define if malloc()'ed data is in 0x40000000L .. 0x80000000L */
  66. /* #undef DATA_AT_0X4 */
  67.  
  68. /* Define if malloc()'ed data is in 0x80000000L .. */
  69. /* #undef DATA_AT_0X8 */
  70.  
  71. /* Define if mmap() can be used to allocate stacks */
  72. #undef MMAP_STACK
  73.  
  74. /* Define if maximum address we can map at */
  75. #undef MMAP_MAX_ADDRESS
  76.  
  77. /* Define if minimum address we can map at if > sbrk(0) */
  78. /* #undef MMAP_MIN_ADDRESS */
  79.  
  80. /* Define if uchar is not defined in <sys/types.h> */
  81. #define NEED_UCHAR 1
  82.  
  83. /* Define if SIGPROF and setitimer() are available */
  84. #undef O_PROFILE
  85.  
  86. /* Define if signal handler is of the form f(sig, type, context, addr) */
  87. /* #undef SIGNAL_HANDLER_PROVIDES_ADDRESS */
  88.  
  89. /* Define if (type)var = value is allowed */
  90. #undef TAGGED_LVALUE
  91.  
  92. /* Define as 0 if text addresses start above 40K */
  93. /* #undef VMCODE_IS_ADDRESS */
  94.  
  95. /* Define if first data symbol not is environ */
  96. /* #undef FIRST_DATA_SYMBOL */
  97.  
  98. /* Define if pl-save.c works */
  99. #undef O_SAVE
  100.  
  101. /* Define how to reset stdin after a restore */
  102. #undef RESET_STDIN
  103.  
  104. /* Define if symbolic links are supported by the OS */
  105. #undef HAVE_SYMLINKS
  106.  
  107. /* Define if AIX foreign language interface is to be used */
  108. /* #undef O_AIX_FOREIGN */
  109.  
  110. /* Define if MACH foreign language interface is to be used */
  111. /* #undef O_MACH_FOREIGN */
  112.  
  113. /* Define if BSD Unix ld -A foreign language interface is to be used */
  114. #undef O_FOREIGN
  115.  
  116. /* Define if ld accepts -A option */
  117. #undef HAVE_LD_A
  118.  
  119. /* Define if /dev/null is named differently */
  120. /* #undef DEVNULL */
  121.  
  122. /* Define if wait() uses union wait */
  123. /* #undef UNION_WAIT */
  124.  
  125. /* Define if <sys/ioctl> should *not* be included after <sys/termios.h> */
  126. /* #undef NO_SYS_IOCTL_H_WITH_SYS_TERMIOS_H */
  127.  
  128. /* Define if, in addition to <errno.h>, extern int errno; is needed */
  129. /* #undef NEED_DECL_ERRNO */
  130.  
  131. /* Define to "file.h" to include additional system prototypes */
  132. /* #undef SYSLIB_H */
  133.  
  134. /* Define if you have the access function.  */
  135. #define HAVE_ACCESS 1
  136.  
  137. /* Define if you have the chmod function.  */
  138. #define HAVE_CHMOD 1
  139.  
  140. /* Define if you have the dlopen function.  */
  141. /* #undef HAVE_DLOPEN */
  142.  
  143. /* Define if you have the dossleep function.  */
  144. #undef HAVE_DOSSLEEP
  145.  
  146. /* Define if you have the delay function.  */
  147. #define HAVE_DELAY 1
  148.  
  149. /* Define if you have the fstat function.  */
  150. #define HAVE_FSTAT 1
  151.  
  152. /* Define if you have the getcwd function.  */
  153. #define HAVE_GETCWD 1
  154.  
  155. /* Define if you have the getdtablesize function.  */
  156. #undef HAVE_GETDTABLESIZE
  157.  
  158. /* Define if you have the getpagesize function.  */
  159. #undef HAVE_GETPAGESIZE
  160.  
  161. /* Define if you have the getpwnam function.  */
  162. #undef HAVE_GETPWNAM 
  163.  
  164. /* Define if you have the getrlimit function.  */
  165. #undef HAVE_GETRLIMIT
  166.  
  167. /* Define if you have the gettimeofday function.  */
  168. #undef HAVE_GETTIMEOFDAY
  169.  
  170. /* Define if you have the getw function.  */
  171. #undef HAVE_GETW
  172.  
  173. /* Define if you have the memmove function.  */
  174. #define HAVE_MEMMOVE 1
  175.  
  176. /* Define if you have the opendir function.  */
  177. #define HAVE_OPENDIR 1
  178.  
  179. /* Define if you have the popen function.  */
  180. #undef HAVE_POPEN
  181.  
  182. /* Define if you have the putenv function.  */
  183. #define HAVE_PUTENV 1
  184.  
  185. /* Define if you have the random function.  */
  186. #undef HAVE_RANDOM
  187.  
  188. /* Define if you have the readlink function.  */
  189. #undef HAVE_READLINK
  190.  
  191. /* Define if you have the remove function.  */
  192. #define HAVE_REMOVE 1
  193.  
  194. /* Define if you have the rename function.  */
  195. #define HAVE_RENAME 1
  196.  
  197. /* Define if you have the rl_insert_close function.  */
  198. #define HAVE_RL_INSERT_CLOSE 1
  199.  
  200. /* Define if you have the select function.  */
  201. #undef HAVE_SELECT
  202.  
  203. /* Define if you have the signal function.  */
  204. #define HAVE_SIGNAL 1
  205.  
  206. /* Define if you have the sleep function.  */
  207. #undef HAVE_SLEEP
  208.  
  209. /* Define if you have the srand function.  */
  210. #define HAVE_SRAND 1
  211.  
  212. /* Define if you have the srandom function.  */
  213. #undef HAVE_SRANDOM
  214.  
  215. /* Define if you have the stat function.  */
  216. #define HAVE_STAT 1
  217.  
  218. /* Define if you have the strerror function.  */
  219. #define HAVE_STRERROR 1
  220.  
  221. /* Define if you have the tgetent function.  */
  222. #undef HAVE_TGETENT
  223.  
  224. /* Define if you have the times function.  */
  225. #undef HAVE_TIMES
  226.  
  227. /* Define if you have the <dirent.h> header file.  */
  228. #define HAVE_DIRENT_H 1
  229.  
  230. /* Define if you have the <malloc.h> header file.  */
  231. #define HAVE_MALLOC_H 1
  232.  
  233. /* Define if you have the <memory.h> header file.  */
  234. #define HAVE_MEMORY_H 1
  235.  
  236. /* Define if you have the <ndir.h> header file.  */
  237. /* #undef HAVE_NDIR_H */
  238.  
  239. /* Define if you have the <pwd.h> header file.  */
  240. #undef HAVE_PWD_H 
  241.  
  242. /* Define if you have the <string.h> header file.  */
  243. #define HAVE_STRING_H 1
  244.  
  245. /* Define if you have the <sys/dir.h> header file.  */
  246. /* #undef HAVE_SYS_DIR_H */
  247.  
  248. /* Define if you have the <sys/file.h> header file.  */
  249. #undef HAVE_SYS_FILE_H
  250.  
  251. /* Define if you have the <sys/ndir.h> header file.  */
  252. /* #undef HAVE_SYS_NDIR_H */
  253.  
  254. /* Define if you have the <sys/param.h> header file.  */
  255. #undef HAVE_SYS_PARAM_H
  256.  
  257. /* Define if you have the <sys/resource.h> header file.  */
  258. #undef HAVE_SYS_RESOURCE_H 
  259.  
  260. /* Define if you have the <sys/select.h> header file.  */
  261. /* #undef HAVE_SYS_SELECT_H */
  262.  
  263. /* Define if you have the <sys/stat.h> header file.  */
  264. #define HAVE_SYS_STAT_H 1
  265.  
  266. /* Define if you have the <sys/termios.h> header file.  */
  267. #undef HAVE_SYS_TERMIOS_H
  268.  
  269. /* Define if you have the <sys/time.h> header file.  */
  270. #undef HAVE_SYS_TIME_H
  271.  
  272. /* Define if you have the <unistd.h> header file.  */
  273. #define HAVE_UNISTD_H 1
  274.  
  275. /* Define if you have the dl library (-ldl).  */
  276. /* #undef HAVE_LIBDL */
  277.  
  278. /* Define if you have the elf library (-lelf).  */
  279. /* #undef HAVE_LIBELF */
  280.  
  281. /* Define if you have the m library (-lm).  */
  282. #define HAVE_LIBM 1
  283.  
  284. /* Define if you have the readline library (-lreadline).  */
  285. #define HAVE_LIBREADLINE 1
  286.  
  287. /* Define if you have the termcap library (-ltermcap).  */
  288. #undef HAVE_LIBTERMCAP
  289.  
  290. /* Define if you have the ucb library (-lucb).  */
  291. /* #undef HAVE_LIBUCB */
  292.  
  293.